In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SetTagAttribute_4 Method

SetTagAttribute_4 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(595)>

Function SetTagAttribute_4( _

   ByVal TagID As Integer, _

   ByVal Key As String, _

   ByRef Value() As Double _

) As GdPictureStatus
[DispId(595)]

GdPictureStatus SetTagAttribute_4( 

   int TagID,

   string Key,

   ref double[] Value

)
function SetTagAttribute_4( 

    TagID: Integer;

    Key: String;

   var  Value: Doublearray of

): GdPictureStatus; 
DispIdAttribute(595)

function SetTagAttribute_4( 

   TagID : int,

   Key : String,

   Value : double[]

) : GdPictureStatus;
[DispId(595)]

GdPictureStatus SetTagAttribute_4( 

   int TagID,

   string* Key,

   ref double[]* Value

) 
[DispId(595)]

GdPictureStatus SetTagAttribute_4( 

   int TagID,

   String^ Key,

   array<double>^% Value

) 

Parameters

TagID
Key
Value
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members